|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfurny.ga.logger.entities.EvaluationRunEntry
@Entity public class EvaluationRunEntry
Database entry for an evaluation run.
| Field Summary | |
|---|---|
private java.util.Date |
ended
The ended date. |
private long |
id
The id. |
private java.util.Date |
started
The started date. |
| Constructor Summary | |
|---|---|
EvaluationRunEntry()
Instantiates a new evaluation run entry. |
|
| Method Summary | |
|---|---|
java.util.Date |
getEnded()
Gets the ended date. |
long |
getId()
Gets the id. |
java.util.Date |
getStarted()
Gets the started date. |
void |
setEnded(java.util.Date ended)
Sets the ended date. |
private void |
setId(long id)
Sets the id. |
void |
setStarted(java.util.Date started)
Sets the started date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private long id
private java.util.Date started
private java.util.Date ended
| Constructor Detail |
|---|
public EvaluationRunEntry()
| Method Detail |
|---|
public long getId()
private void setId(long id)
id - the new idpublic java.util.Date getStarted()
public void setStarted(java.util.Date started)
started - the new started datepublic java.util.Date getEnded()
public void setEnded(java.util.Date ended)
ended - the new ended date
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||